    
  

 portable full - 32-bit and 64-bit
 portable singl -    

  :
  : /VERYSILENT /I
  portable full: /VERYSILENT /P 
  portable singl: /VERYSILENT /P /NF 
      : /ND
      : /NS
     : /Q
    Open GL: /NGL
     : /M
    : /M
   : /D=
 /D=    .
: .exe /VERYSILENT /I /D="D:\MyProgram"
==========================================================
When unpacking, you can exclude

unnecessary bit depth of the program

Silent unpacking full - 32-bit and 64-bit
Silent unpacking singl - depends on system capacity

Silent key:
 Silent install: /VERYSILENT /I
 Silent unpacking full: /VERYSILENT /P 
 Silent unpacking singl: /VERYSILENT /P /NF 
 Do not create a shortcut on your Desktop: /ND
 Do not create a shortcut in the "Start" menu: /NS
 Pin a shortcut in the Taskbar: /Q
 Do not library Open GL: /NGL
 Pin shortcut to Start menu: /M
 Add context menu: /M
 Select the installation path: /D=Patch
Key /D=THE Patch should be indicated as the latest.
For example: file_name.exe /VERYSILENT /I /D=C:\MyProgram


